home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / web2c.pool.help < prev    next >
Text File  |  1994-08-09  |  2KB  |  64 lines

  1. This is ftp.cs.umb.edu:pub/tex/web2c.pool.help.
  2.  
  3. In web2c 6.1, I erroneously deleted the .pool files at make clean
  4. instead of make distclean. I also forgot to include tex.pool as a target
  5. for tangle.
  6.  
  7. This patch fixes these things.
  8.  
  9. *** ./web2c-6.1/web2c/mf/ORIG/Makefile.in    Thu Feb  3 07:48:35 1994
  10. --- ./web2c-6.1/web2c/mf/Makefile.in    Mon Aug  8 10:56:23 1994
  11. *************** mostlyclean::
  12. *** 226,233 ****
  13.   
  14.   clean:: mostlyclean
  15. !     rm -f *.dvi *.pool
  16.   
  17.   distclean:: clean
  18. !     rm -f Makefile config.status c-auto.h
  19.   
  20.   # Although we can remake configure and c-auto.h.in, we don't remove
  21. --- 226,233 ----
  22.   
  23.   clean:: mostlyclean
  24. !     rm -f *.dvi
  25.   
  26.   distclean:: clean
  27. !     rm -f Makefile config.status c-auto.h *.pool
  28.   
  29.   # Although we can remake configure and c-auto.h.in, we don't remove
  30. *** ./web2c-6.1/web2c/tex/ORIG/Makefile.in    Thu Feb  3 07:48:36 1994
  31. --- ./web2c-6.1/web2c/tex/Makefile.in    Mon Aug  8 10:56:23 1994
  32. *************** clean-trip:
  33. *** 184,188 ****
  34.             rm -f texd.h*; else mv texd.h.bak texd.h; fi
  35.   
  36. ! tex.p: tex.web ctex.ch
  37.       ../web/tangle tex.web ctex.ch
  38.   
  39. --- 184,188 ----
  40.             rm -f texd.h*; else mv texd.h.bak texd.h; fi
  41.   
  42. ! tex.p tex.pool: tex.web ctex.ch
  43.       ../web/tangle tex.web ctex.ch
  44.   
  45. *************** mostlyclean::
  46. *** 280,287 ****
  47.   
  48.   clean:: mostlyclean
  49. !     rm -f *.dvi *.pool
  50.   
  51.   distclean:: clean
  52. !     rm -f Makefile config.status c-auto.h
  53.   
  54.   # Although we can remake configure and c-auto.h.in, we don't remove
  55. --- 280,287 ----
  56.   
  57.   clean:: mostlyclean
  58. !     rm -f *.dvi
  59.   
  60.   distclean:: clean
  61. !     rm -f Makefile config.status c-auto.h *.pool
  62.   
  63.   # Although we can remake configure and c-auto.h.in, we don't remove
  64.